In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetWordCount Method

GetWordCount Method (GdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

Public Function GetWordCount( _

   ByVal SegmentationResultID As String _

) As Integer
public int GetWordCount( 

   string SegmentationResultID

)
public function GetWordCount( 

    SegmentationResultID: String

): Integer; 
public function GetWordCount( 

   SegmentationResultID : String

) : int;
public: int GetWordCount( 

   string* SegmentationResultID

) 
public:

int GetWordCount( 

   String^ SegmentationResultID

) 

Parameters

SegmentationResultID
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members